From 0a9b9b5eb2dd27566a71457bfca867170826969c Mon Sep 17 00:00:00 2001 From: "rread@ubuntu.eng.hq.xensource.com" Date: Mon, 21 Nov 2005 15:19:26 -0700 Subject: [PATCH] Build the USB boot keyboard and mouse drivers as modules, so the real USB modules will be loaded after boot. --- .../arch/xen/configs/xen_defconfig_x86_32 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 b/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 index d7e9af6b78..897b6bee1f 100644 --- a/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 +++ b/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.12-xen0 -# Sat Oct 15 00:13:28 2005 +# Linux kernel version: 2.6.12.6-xen +# Mon Nov 21 10:35:31 2005 # CONFIG_XEN=y CONFIG_ARCH_XEN=y @@ -2474,8 +2474,8 @@ CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # -CONFIG_USB_KBD=y -CONFIG_USB_MOUSE=y +CONFIG_USB_KBD=m +CONFIG_USB_MOUSE=m CONFIG_USB_AIPTEK=m CONFIG_USB_WACOM=m CONFIG_USB_KBTAB=m -- 2.30.2